@charset "utf-8";
/* CSS Document */
* {	margin: 0px; padding: 0px; font-family:"Microsoft YaHei", "微软雅黑","黑体";}
body {	margin: 0px auto; padding: 0px; color: #333; font-size: 12px; text-decoration: none; position: relative;}
html {	width: 100%; height: 100%; margin:0 !important;}
body {	width: 100%; height: 100%;}
ul {	list-style-type: none;}
li {	list-style-type: none;}
table {	margin: 0px; padding: 0px; border: 0; border-image: none;}
td {padding: 0px; line-height: 25px;}
img {border: 0; border-image: none;}
a {	border: 0; border-image: none; color: #333; text-decoration: none;}
a:link {color: #333; text-decoration: none;}
a:hover {color: #0458bf; text-decoration: none;}
.wrap{ width:100%; height:auto;}
.header{ width:100%; height:240px; background:url(../image/header_bg01.png) no-repeat center;}
.header_con{ width:1200px;  margin:0 auto; position:relative; }
.logo{ width:840px; margin-left:20px; display:inline; position:absolute; left:0; right:0;}
.logo img{ margin:60px 0 0 20px; display:inline;}
.search{ width:220px; position:absolute; right:60px; top:130px;}
.search input{ width:268px; height:34px; border:1px solid #999999; border-radius:5px; padding-left:10px; font-size:14px; color:#999999; position:absolute;background:#ffffff;filter:Alpha(opacity=70);*zoom:1;opacity:0.7; line-height:32px;}
.search a{ display:block; width:36px; height:34px;  border-radius:60px;position:relative; left:238px; }
.search a img{ margin:7px 0 0 10px; display:inline;}
/*导航*/
.nav{ width:100%; height:42px; background:#0c56bb; overflow:hidden;}
.nav ul{ width:1160px; margin:0 auto; }
.nav ul li{ float:left; line-height:42px;}
.nav ul li a{ display:block; padding:0 34px; font-size:16px; color:#ffffff;}
.nav ul li a:hover{ color:#ffd74a;}
/*内容*/
.content{ width:1200px; margin:0 auto; height:auto;}
/*当前位置*/
.crumbs{ padding:20px 0;}
.crumbs a{ font-size:18px; color:#666666;}

/*分页*/
.page{ padding:120px 0 60px 0 !important; text-align: center; clear:both;}
.page a{ display:inline-block !important;height:20px; line-height:20px; padding:0 10px; text-align:center;   margin:0 2px;}
.page a:hover{background:#0c56bb; margin:0 2px; color:#FFF;}
.page input{border:1px solid #666666; background:#FFF; vertical-align:middle; width:43px; height:18px; margin-left:5px; padding:0 3px; text-align:center;}
.page .go{border: none; background:#0c56bb; color:#ffffff; font-size:14px;height:20px; line-height:20px; vertical-align:middle; margin:0; margin-left:10px; display:inline;}
.page .go:hover{border: none; background:#f32222; margin:0;margin-left:10px; display:inline;}
/*页脚*/
.footer{ width:100%; height:150px; background:#0c56bb;}
.footer ul{ padding-top:30px;}
.footer ul li{ text-align:center; line-height:30px; font-size:14px; color:#ffffff;}
.selected{ border-left:3px solid #0c56bb !important; background:#ffffff !important; width:197px !important; height:46px !important;}

@media screen and (max-width: 1366px) {
.header_con{ width:1000px; height:200px; }
.logo img{ margin:40px 0 0 20px; }
.search{ width:220px; position:absolute; right:60px; top:170px;}
.nav ul{ width:960px; }
.nav ul li a{ padding:0 23px; }
.content{ width:1000px; margin:0 auto;}
.page{ padding:100px 0 60px 0 !important; }



}